home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / MacPerl ƒ / Perl Source ƒ / README.MPW < prev    next >
Text File  |  1994-01-19  |  8KB  |  162 lines

  1. WELCOME TO MPW PERL
  2.  
  3. This is Perl for the Mac, ported to MPW C by Matthias Neeracher <neeri@iis.ee.ethz.ch>
  4. and Tim Endres <time@ice.com>. It runs every program in the test suite that you
  5. could it reasonably expect to, and some you probably didn't expect.
  6. Feel free to give this program away according to the terms stated in the README file.
  7.  
  8. System Requirements
  9.  
  10. The MPW tool probably runs under System 6 and 7, although only System 7 has been
  11. tested by me lately. The standalone application requires System 7, but "MacPerl
  12. Runtime" provides a decent subset of the functionality under System 6. Some of the 
  13. really cool features require ToolServer, System 7, and enough RAM (Notably
  14. stuff like `CFront MacApp.cp`, while (<≈.c>) or open(XXX, "Catenate ≈.c |"))
  15. Some of the files barely compile with 5 megabytes of RAM. MPW C 3.2.4 is the 
  16. latest version of MPW C that has been used for rebuilding this release of Perl.
  17.  
  18. Bugs, Suggestions, Damnations
  19.  
  20. Please send your bug reports and/or fixes to <neeri@iis.ee.ethz.ch> (It is rather 
  21. unlikely that any of the bugs are relevant to the UNIX version). Note that MPW 
  22. Perl is neither developed nor supported by Apple Computer, Inc.
  23.  
  24. Mailing list
  25.  
  26. There is now a mailing list for announcing new releases, sharing scripts, and 
  27. discussions about how to make MPW Perl change your life. To subscribe, send
  28. a mail to <mpw-perl-request@iis.ee.ethz.ch>
  29.  
  30. Ftp sites
  31.  
  32. If you have internet access, you can obtain the newest versions of Perl by 
  33. anonymous ftp from one of the following addresses:
  34.  
  35. nic.switch.ch [130.59.1.40]       software/mac/perl
  36. ftp.eunet.ch  [146.228.10.15]     software/mac/perl
  37.  
  38. Revision History
  39.  
  40. 19Jan94    4.1.2
  41.  
  42. - Cursor wouldn't spin anymore [Jim Kateley]
  43. - Droplets didn't accept dropped files [Brad Hanson]
  44. - Opening two copies of MacPerl at the same time would give strange 
  45.   effects [Peter Lewis].
  46.   
  47. 12Jan94    4.1.1
  48.  
  49. - chdir() under some circumstances would not fail when trying to change to 
  50.   a nonexistent directory [Peter Lewis]
  51. - Added StandardFile.pl, originally written by Maki Watanabe.
  52. - Console windows behave better under stress (like when used by GUSIRemoteConsole).
  53. - Adapted semantics of GUSI select() on eof to the Un*x behavior.
  54. - Overwriting a file with a shorter version would sometimes produce trailing
  55.   garbage.
  56. - Supports -i without backup extension now [Reported long ago by Steve Dorner]
  57. - Supports opening up to 64 stdio files or 32 sockets [James Tisdall]
  58. - Fixed handling of default arguments to standard putfile/getfile/getfolder dialogs 
  59.   [Maki Watanabe]
  60. - Get folder dialogs now show the prompt argument given to choose [Maki Watanabe]
  61. - Fixed many aspects about cursor handling in MacPerl [Peter Lewis, Maki Watanabe].
  62. - When opening a script bigger than 32K, you are now offered to save it in any
  63.   format that MacPerl supports, which makes creating big runtimes or droplets
  64.   easier [David N. Blank-Edelman].
  65. - Perl would on startup open all network drivers, causing inconveniences and crashes
  66.   on machines running SLIP or PPP [Lots of people].
  67. - MacPerl would die ungracefully under System 6.0.x. Now it dies gracefully.
  68. - MacPerl didn't display the list of acknowledgments correctly.
  69. - MacPerl didn't handle the desk scrap correctly [Maki Watanabe].
  70. - Made Perl more robust against out of memory situations [James Tisdall].
  71. - -t in MacPerl would lie for console windows [James Tisdall].
  72. - Cleaned up usage messages for &MacPerl'XXX extensions and in droplets.
  73. - Perl now supports calling many HyperCard XCMDs.
  74. - Added support for faccess() in the MPW Tool [Scott Collins].
  75. - Added a few options to MacPerl's preference dialog [Joe Bearly]. Among others, you 
  76.   can make MacPerl insist on a #! in your scripts.
  77.  
  78. 23Oct93    4.1.0
  79.  
  80. - Unified version for E.T.O. and non-E.T.O. release.
  81. - The standalone application has been completely rewritten and now supports:
  82.   - A separate window for the debugger
  83.   - Built-in support for creating Droplet applications and Runtimes for both
  84.     System 6 and System 7.
  85.   - Online Help, including balloons for all Perl commands.
  86.   - Recordability and scriptability from AppleScript.
  87.   - A cool new suite of icons (don't forget to rebuild the desktop file after 
  88.     installing if you had an old version of MacPerl installed).
  89.   
  90.   I have tried to credit all people who contributed to the development of Perl in
  91.   the About box. If you feel left out, feel free to drop me a note :-)
  92. - Disk based associative arrays are supported again.
  93. - All Mac specific commands are renamed again (maybe this time for good).
  94. - AppleScript is supported through the &MacPerl'DoAppleScript command.
  95.  
  96. 09Apr93    4.0.7•
  97.  
  98. - Cleaned packaging up for E.T.O. release.
  99. - This version currently excludes support for disk based associative arrays. A 
  100.   version which supports them is available by anonymous ftp from the above sites. 
  101.  
  102. 14Mar93    4.0.7
  103.  
  104. - Upgraded to UNIX pathlevel 36
  105. - Added &fgetinfo() and &fsetinfo() (David N. Blank-Edelman suggested these)
  106. - `pwd` or `Directory` (case is important) are hardcoded as a substitute for getcwd()
  107. - find2perl works now, thanks to Charlie Reiman
  108. - The Mac specific Perl routines are discussed in MacPerl.Specifics, as are my
  109.   namespace migration plans (as suggested by numerous people). This file is
  110.   still in a very rough state; suggestions for improvements are welcome.
  111. - The standalone version no longer presents a save dialog before quitting (as 
  112.   suggested by David N. Blank-Edelman).
  113. - Line numbers for extracted scripts (that is, practically all MPW Perl scripts)
  114.   are now presented more honestly. Unfortunately, this currently seems to break
  115.   the "b subroutine" function of the debugger.
  116. - GUSI related changes:
  117.     - Added support for the Printer Access Protocol (PAP): You can open a connection
  118.         to the currently chosen LaserWriter with open("Dev:Printer").
  119.     - Added support for Dave Peterson's forthcoming inetd.
  120.     - st_nlink in statbufs used to return 1 for both files and folders. While it might 
  121.         be argued that this is true, it breaks some Unix programs. Therefore, the current
  122.      version returns for folders either the number of items the folder contains + 2 or
  123.      the number of subdirectories the folder contains + 2 (the 2 is an Unixism), 
  124.      depending on a flag in the configuration resource (thanks to Charlie Reiman for
  125.      reporting).
  126.     - fstat() used to claim that sockets were regular files. This bug had horrible 
  127.      consequences for Perl. Now, it correctly declares sockets to be
  128.      such.
  129.     - PPC sockets might work better now.
  130.  
  131. 24Jan93    4.0.6
  132.  
  133. - choose() for files no longer includes the terminating null character.
  134. - rename() and TCP sockets work better (thanks to Brad Pickering for reporting
  135.   these bugs).
  136. - standalone version can read scripts from its data fork and accepts more 
  137.   startup files.
  138. - (hopefully) improved the documentation a little. Added ObiWan support.
  139.   
  140. 20Dec92    4.0.5
  141.  
  142. - Supports sockets and symbolic links.
  143. - "ask", "answer" and "pick" are now builtins with a slightly changed syntax (sorry).
  144. - A few mac scripts are now provided in :t:mac and :macscripts:
  145. - The application now always searches for a #! line first. If none is found,
  146.   the script is executed anyway, but the file has to be read twice.
  147.   
  148. 27Sep92    4.0.4
  149.  
  150. This release upgrades the Mac version to UNIX patchlevel 35.
  151.  
  152. 08Jun92    4.0.3
  153.  
  154. This release supports opendir (In fact, I thought the last one'd already support it.
  155. Thanks to Mike Meckler <meckler@egg.gg.caltech.edu> for reporting this bug).
  156.  
  157. dbmopen & friends are now supported.
  158.  
  159. 20Jan92    4.0.2
  160.  
  161. First public release.
  162.